home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / adared.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-30  |  306 b   |  13 lines

  1.  
  2. /*
  3.  * Copyright (C) 1985-1992  New York University
  4.  * 
  5.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  6.  * warranty (none) and distribution info and also the GNU General Public
  7.  * License for more details.
  8.  
  9.  */
  10.  
  11. #define SPAN(node) get_left_span_p(node),get_right_span_p(node)
  12.  
  13.